home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / lightsprites.swf / scripts / frame_40 / PlaceObject2_800_107 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2007-09-27  |  241 b   |  10 lines

  1. onClipEvent(load){
  2.    _root.GameSetup();
  3.    if(_global.musicOn == true)
  4.    {
  5.       _global.myMusicPlayer.SetTrack("gameMusic");
  6.       _global.myMusicPlayer.SetMaxVolume(100);
  7.       _global.myMusicPlayer.PlayWithCrossFade(3);
  8.    }
  9. }
  10.